Skip to main content

dateChanged

Type

message

Summary

Sent when a date is selected.

Syntax

dateChanged pDate

Description

The message is sent when a date in the calendar is clicked. The parameter gives the selected date in the form YYYY-MM-DD.

Examples

on dateChanged pDate
set the itemdel to "-"

put item 1 of pDate into tYear
put item 2 of pDate into tMonth
put item 3 of pDate into tDay
end dateChanged

message: dateChanged

property: AutoResizeFont, dayNames, headerColor, hiliteStyle, monthNames, mouseOverColor, namesToUse, padDates, paddingColor, selectedDate, showGrid, weekStartsOn

Compatibility and Support

Introduced

LiveCode 10

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web